Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps the all group with 1 update: github.com/michaelklishin/rabbit-hole/v3.

Updates github.com/michaelklishin/rabbit-hole/v3 from 3.2.0 to 3.5.0

Release notes

Sourced from github.com/michaelklishin/rabbit-hole/v3's releases.

3.5.0

Changes Between 3.2.0 and 3.5.0 (Dec 30, 2025)

Overview: Why Jump Multiple Minors?

This release borrows heavily from the many new features and lessons learned in the RabbitMQ HTTP API client for Rust.

It also brings the client fully into the RabbitMQ 4.x age. For migration guidance from classic mirrored queues in RabbitMQ 3.x to quorum queues in RabbitMQ 4.x, see Migrating from Classic Mirrored Queues to Quorum Queues in 2025 on the Team RabbitMQ blog.

Removed Deprecated Functions

The following functions were removed as they rely on deprecated or removed RabbitMQ features:

  • GetMessagesFromQueue: relied on basic.get (polling consumers are über slow, contribute to connection churn and their use is greatly discouraged)
  • SyncQueue: related to classic queue mirroring that was removed in RabbitMQ 4.x
  • CancelQueueSync: related to classic queue mirroring

Virtual Host Deletion Protection

New functions to enable and disable deletion protection for virtual hosts.

rmqc.EnableVhostDeletionProtection("production")
rmqc.DisableVhostDeletionProtection("staging")

User Management Improvements

List users without permissions and bulk delete users.

// Find orphan users
orphans, _ := rmqc.ListUsersWithoutPermissions()
// Bulk delete users
rmqc.BulkDeleteUsers([]string{"user1", "user2", "user3"})

Queue Leader Rebalancing

This client now can trigger an asynchronous queue leader rebalance across the cluster.

rmqc.RebalanceQueues()

... (truncated)

Changelog

Sourced from github.com/michaelklishin/rabbit-hole/v3's changelog.

Changes Between 3.5.0 and 3.6.0 (in development)

No changes yet.

Commits
  • 8c497a2 Update CI matrix
  • 675e115 Change log updates
  • c0891ea 3.5.0: move firmly into the RabbitMQ 4.x era
  • 52b856a Merge pull request #370 from michaelklishin/dependabot-go_modules-github.com-...
  • 5abed7f build(deps)(deps): bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2
  • c4169e5 Merge pull request #369 from michaelklishin/dependabot-go_modules-github.com-...
  • c9c087d build(deps)(deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1
  • 54474ef Merge pull request #367 from michaelklishin/dependabot-go_modules-golang.org-...
  • 01800f2 Merge pull request #368 from michaelklishin/dependabot-go_modules-golang.org-...
  • a8ff8a6 build(deps)(deps): bump golang.org/x/net from 0.45.0 to 0.46.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 1 update: [github.com/michaelklishin/rabbit-hole/v3](https://github.com/michaelklishin/rabbit-hole).


Updates `github.com/michaelklishin/rabbit-hole/v3` from 3.2.0 to 3.5.0
- [Release notes](https://github.com/michaelklishin/rabbit-hole/releases)
- [Changelog](https://github.com/michaelklishin/rabbit-hole/blob/main/ChangeLog.md)
- [Commits](michaelklishin/rabbit-hole@v3.2.0...v3.5.0)

---
updated-dependencies:
- dependency-name: github.com/michaelklishin/rabbit-hole/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 31, 2025
@MirahImage MirahImage merged commit 912b0e2 into main Jan 5, 2026
3 checks passed
@MirahImage MirahImage deleted the dependabot/go_modules/all-a087450115 branch January 5, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant